.footer {
    border-top: none;
}

.section {
    width: 1200px;
    margin-bottom: 30px;
}

.section .title {
    width: 1200px;
    height: 47px;
    margin-bottom: 20px;
    border-bottom: 3px solid #dedede;
}

.section .title h3 {
    float: left;
    width: 200px;
    height: 50px;
    background: url(../images/icon.png) 0 -140px no-repeat;
}

.section .title h3 a {
    margin-left: 100px;
    color: #c50707;
    font-size: 20px;
    line-height: 50px;
}

/* .section .title .more a {
    float: right;
    width: 50px;
    height: 50px;
    background: url(../images/icon.png) -440px 0px no-repeat;
    font-size: 0;
    text-indent: -999em;
} */


/* 头条 */
.headline {
    padding: 20px 0;
    text-align: center;
}

.headline h4 {
    margin-bottom: 20px;
}

.headline h4 a {
    color: #c50707;
    font-size: 28px;
    line-height: 1.4;
}

.headline p {
    margin: 0 auto;
}

.headline p a {
    padding: 0 5px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-family: "微软雅黑";
}

.headline p a:hover,
.headline p a:active {
    color: #f30000;
    outline: 0;
    text-decoration: none;
}


/* 焦点大图 */
.impNews {
    height: 445px;
}

.pic-content {
    position: relative;
    width: 650px;
    height: 445px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.picList li {
    position: relative;
}

.picList .pic {
    width: 650px;
    height: 365px;
    overflow: hidden;
}

.picList .pic img {
    width: 100%;
    height: 100%;
}

.picList .title {
    height: 80px;
    background: #c50707;
}

.picList .title h5 a {
    display: inline-block;
    padding: 10px 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.picInfo {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.picInfo .prev,
.picInfo .next {
    display: none;
    float: right;
    width: 10px;
    height: 20px;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    color: #fff;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    cursor: pointer;
}

.picInfo .prev:hover,
.picInfo .next:hover {
    color: #fac700;
}

.picInfo .prevStop,
.picInfo .nextStop {
    color: #999;
}

.picInfo ul {
    float: right;
    margin-top: 16px;
    overflow: hidden;
}

.picInfo ul li {
    float: left;
    width: 10px;
    height: 10px;
    background: url("../images/icon.png") -660px -24px no-repeat;
    margin-right: 5px;
    font-size: 0;
    text-indent: -999em;
    overflow: hidden;
    cursor: pointer;
}

.picInfo ul li.on {
    width: 30px;
    background-position: -610px -24px;
}

.pageState {
    display: none;
    float: right;
    margin: 10px 10px 0 0;
    color: #fff;
}

.control-button {
    position: absolute;
    left: 0px;
    top: 136px;
    width: 40px;
    height: 80px;
}

.control-button .prev,
.control-button .next {
    display: none;
    position: absolute;
    width: 40px;
    height: 80px;
    background: url(../images/icon.png) no-repeat;
    cursor: pointer;
    font-size: 0;
    text-indent: -999em;
}

.pic-content:hover .control-button .prev,
.pic-content:hover .control-button .next {
    display: block;
}

.control-button .prev {
    left: 0px;
    background-position: -130px -210px;
}

.control-button .prev:hover {
    /* left: 0px; */
    background-position: -130px -290px;
}

.control-button .next {
    right: -610px;
    background-position: -170px -210px;
}

.control-button .next:hover {
    /* right: 0px; */
    background-position: -170px -290px;
}


/* 要闻 */
.impNews {
    margin-bottom: 30px;
}

.news-content {
    width: 530px;
    height: 445px;
}

.news-content .news-title {
    position: relative;
    height: 50px;
    margin-bottom: 20px;
    border-bottom: 3px solid #dedede;
}

.news-content .news-title ul {
    height: 50px;
}

.news-content .news-title ul li {
    float: left;
    width: 120px;
    text-align: center;
}

.news-content .news-title ul li.on {
    padding-bottom: 3px;
    background: #f5f5f5;
    border-bottom: 3px solid #c50707;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.news-content .news-title ul li h4 a {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    line-height: 47px;
}

.news-content .news-title ul li.on h4 a {
    color: #c50707;
    font-weight: bold;
}

.news-content .news-title .more {
    position: absolute;
    top: 0;
    right: 0;
}

/* .news-content .news-title .more a {
    float: right;
    width: 50px;
    height: 50px;
    background: url(../images/icon.png) -440px 0px no-repeat;
    font-size: 0;
    text-indent: -999em;
} */

.news-content .newsList ul {
    list-style: none;
    /* margin-top: 15px; */
}

.news-content .newsList ul li {
    position: relative;
    box-sizing: border-box;
    /* list-style-type: square; */
    /* color: #c50707; */
    background: url(../images/square.jpg) 5px 25px no-repeat;
    height: 58px;
    *height: 57px;
    /* IE7 */
    padding-left: 25px;
    line-height: 57px;
    border-bottom: 1px solid #f1f1f1;
    /* overflow: hidden; */
}

.news-content .newsList ul li i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}

.news-content .newsList ul li h5 {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-top: -6px;
    line-height: 22px;
    text-align: justify;
}

.news-content .newsList ul li h5 a {
    display: inline;
    vertical-align: middle;
    /* margin-right: 6px; */
    color: #333;
    font-size: 18px;
    font-weight: normal;
    /* line-height: 22px; */
    /* text-align: left; */
}

.news-content .newsList ul li h5 a:hover {
    color: #f30000;
}

.news-content .important-topic {
    margin-top: 2px;
}

.news-content .important-topic img {
    width: 530px;
    height: 80px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}


/* 重要专题 - 滚动 */
.picScroll-top {
    width: 1200px;
    height: 125px;
    margin-bottom: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
}

.picScroll-top .picList ul, .picScroll-top .picList ul li, .picScroll-top .picList ul li a img {
    display: block;
    width: 1200px;
    height: 125px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}


/* 首页-要闻区下方推荐（四小专题） */
.four-topic {
    width: 1200px;
    height: 160px;
    overflow: hidden;
}


/* 正能量 */
.positivity {
    width: 1200px;
    height: 200px;
    background: #fff7f3;
    margin-bottom: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
}

.positivity h4 a {
    display: block;
    width: 1200px;
    height: 70px;
    /* background: url(//www.cac.gov.cn/lib/zhuanti/2025zhuanti/2025lxzg/scheme/images/lxzg_1200-70.jpg) center top no-repeat; */
    background: url(//www.cac.gov.cn/lib/zhuanti/2023zhuanti/2023positivity/scheme/images/positivity_1200-70.jpg) center top no-repeat;
    font-size: 0;
    text-indent: -999em;
}

.positivity .news-box {
    width: 1200px;
    height: 130px;
}

.positivity .news-box li {
    padding: 15px;
    border-bottom-color: #fee7db;
}

.positivity .news-normal {
    float: left;
    width: 1150px;
}

.positivity .news-normal li {
    float: left;
    width: 540px;
    padding: 0px;
    margin-right: 15px;
    margin-left: 15px;
}

.positivity .news-normal li h5 {
    width: 100%;
}

.positivity-box .title {
    float: left;
    width: 30px;
    height: 100px;
    padding-top: 5px;
    margin: 10px 10px 0 10px;
    background: #c50707;
    text-align: center;
    border-radius: 3px;
}

.positivity-box .theory .title,
.positivity-box .web .title {
    line-height: 18px;
}

.positivity-box .title a, .positivity-box .title a:link {
    color: #fff;
    font-size: 16px;
}


/* 网信政务 */
.gov-content {
    box-sizing: border-box;
    width: 1230px;
    /* padding: 0 10px; */
}

.gov-section {
    width: 585px;
    margin-right: 30px;
}

.gov-section .news-normal {
    width: 570px;
    padding-left: 15px;
}

.gov-section .news-normal-title p i {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    margin: 5px 5px 0 0;
    background: url(../images/icon02.png) no-repeat;
    font-size: 0;
    text-indent: -999em;
}

#international .news-normal,
#more .news-normal {
    margin-bottom: 10px;
}

#office .news-normal-title p i {
    background-position: -18px -20px;
}

#publish .news-normal-title p i {
    background-position: -68px -20px;
}

#policy .news-normal-title p i {
    background-position: -119px -20px;
}

#content .news-normal-title p i {
    background-position: -219px -20px;
}

#security .news-normal-title p i {
    background-position: -270px -20px;
}

#information .news-normal-title p i {
    background-position: -320px -20px;
}

#international .news-normal-title p i {
    background-position: -369px -20px;
}

#data .news-normal-title p i {
    background-position: -418px -20px;
}

#more .news-normal-title p i {
    background-position: -470px -20px;
}

#local .news-normal-title p i {
    background: url(../images/icon02.png) no-repeat;
    background-position: -517px -20px;
}

#qinglang .news-normal-title p i {
    background-position: -817px -20px;
}

#gangaotai .news-normal-title p i {
    background-position: -858px -20px;
}

.gov-section .news-normal h5 {
    width: 100%;
}

#office .leader-content {
    width: 570px;
    height: 230px;
    padding-left: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}

#office .leader-content .clearfix {
    margin-top: 5px;
    margin-left: 35px;
}

#office .leader-content h5 {
    float: left;
    color: #d71619;
    font-size: 18px;
    line-height: 75px;
    font-weight: bold;
}

#office .leader-content ul {
    float: left;
    width: 430px;
    margin-left: 20px;
}

#office .leader-content ul li {
    float: left;
    width: 60px;
    height: 100px;
    margin-right: 20px;
    text-align: center;
}

#office .leader-content ul li a img {
    width: 60px;
    height: 75px;
}

#office .leader-content .leader-name {
    color: #333;
    font-size: 14px;
}

.news-info,
.news-info h4 a {
    color: #b1b1b1;
    font-size: 14px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 30px;
}

.news-info h4 {
    float: left;
    margin-right: 10px;
}

.news-info .date {
    display: inline;
    float: left;
}

.gov .fragment {
    width: 1230px;
    overflow: hidden;
}

.gov .fragment #zhuanti {
    position: relative;
    height: 120px;
    overflow: hidden;
}

.gov .fragment #zhuanti li {
    float: left;
    width: 590px;
    height: 100px;
    margin: 0 20px 20px 0;
    background: #fff7f3;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.gov .fragment #zhuanti li img {
    width: 100%;
    height: 100%;
}

.gov .fragment #zhuanti .entry {
    display: none;
    position: absolute;
    right: 140px;
    bottom: 35px;
    width: 50px;
    height: 50px;
    /* background: #abecfd; */
}

.gov .fragment #zhuanti .entry a {
    color: #b1b1b1;
    font-size: 16px;
    letter-spacing: 6px;
}

.gov .fragment #zhuanti .entry a:hover {
    color: #f30000;
}

.gov .fragment #special {
    width: 1200px;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.gov .fragment #special img {
    display: block;
    width: 1200px;
    height: 100px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}


/* 互动服务 */
.service .title .slogan {
    float: left;
    padding: 10px 0 0 20px;
}

.service .fragment {
    width: 1200px;
    margin-bottom: 20px;
    overflow: hidden;
}

.service .fragment::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.service .letter-box {
    width: 380px;
    height: 260px;
    background: url(../images/letterBox.gif) no-repeat;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
}

.service .letter-box h4 {
    display: none;
}

.service .letter-box .into {
    width: 120px;
    height: 45px;
    margin: 165px 0 0 130px;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
    transition-duration: 0.3s;
}

.service .letter-box .into:hover {
    background: #abecfd;
}

.service .letter-box .into a {
    margin-left: 4px;
    color: #456888;
    font-size: 18px;
    line-height: 45px;
    letter-spacing: 5px;
    /* font-weight: bold; */
}

.service .right {
    width: 820px;
}

.notice {
    width: 820px;
    height: 260px;
    background: #f9f9f9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.notice h4 a {
    display: block;
    width: 820px;
    height: 60px;
    background: url(../images/notice.jpg) center center no-repeat;
    font-size: 0;
    text-indent: -999em;
}

.notice .notice-list {
    padding: 0 10px;
    margin-top: 20px;
    /* background: #f2f7fb; */
}

.notice .notice-list ul {
    width: 780px;
    height: 160px;
    overflow: hidden;
}

.notice .notice-list ul li {
    border-bottom: 1px solid #f1f1f1;
}

.notice .notice-list .category {
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}

.notice .notice-list ul li h5 {
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notice .notice-list ul li:hover h5,
.notice .notice-list ul li:hover h5 a {
    color: #f30000;
}

.notice .notice-list .state {
    margin-right: 5px;
    color: #c50707;
}

.inform,
.piyao,
.report-channel {
    float: left;
    width: 380px;
    background: #f9f9f9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.inform {
    margin-right: 30px;
}

.inform h4,
.piyao h4,
.report-channel h4 {
    background: #fff7f3;
}

.inform h4 a,
.piyao h4 a,
.report-channel h4 {
    display: block;
    width: 100%;
    height: 80px;
    font-size: 0;
    text-indent: -999em;
}

.inform h4 a {
    background: url(../images/logo-inform-small.png) center center no-repeat;
}

.piyao h4 a {
    background: url(../images/logo-piyao.png) center center no-repeat;
}

.report-channel h4 {
    background: #fff7f3 url(../images/logo-report-channel.png) center center no-repeat;
}

.inform .icon,
.piyao .icon,
.report-channel .icon {
    width: 90%;
    margin: 15px auto 20px;
}

.inform .icon li,
.piyao .icon li,
.report-channel .icon li {
    height: 60px;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 3px;
    text-align: center;
}

.inform ul li:hover,
.piyao ul li:hover,
.report-channel ul li:hover,
.service-list li:hover,
.relate ul li:hover {
    background: #f3f3f3;
}

.inform .icon li h5 a,
.piyao .icon li h5 a,
.report-channel .icon li h5 a {
    color: #456888;
    font-size: 18px;
    line-height: 60px;
}

.inform .icon li h5 a img,
.piyao .icon li h5 a img,
.report-channel .icon li h5 a img {
    /* float: left; */
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    vertical-align: middle;
}

.inform .icon li h5 a span {
    font-size: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.report-channel {
    margin-left: 30px;
}

.report-channel .icon li h5 a img {
    width: 48px;
    height: 48px;
}

.report-channel .icon li:nth-of-type(3) h5, .report-channel .icon li #app {
    width: 250px;
    margin: 0 auto;
    padding-top: 6px;
}

.report-channel .icon li:nth-of-type(3) h5 img, .report-channel .icon li #app img {
    float: left;
}

.report-channel .icon li:nth-of-type(3) h5 a, .report-channel .icon li #app a {
    line-height: 24px;
}

.discipline {
    width: 1200px;
    height: 100px;
    margin-bottom: 20px;
    background: #fff7f3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.discipline h4 {
    display: inline-block;
    box-sizing: border-box;
    width: 560px;
    height: 100px;
    background: url(../images/logo-discipline.png) center center no-repeat;
    font-size: 0;
    text-indent: -999em;
}

.discipline .rule {
    position: relative;
    float: right;
    width: 550px;
    padding-top: 15px;
    font-size: 14px;
}

.discipline .rule h5 {
    position: absolute;
    left: -40px;
    box-sizing: border-box;
    width: 30px;
    *width: 25px; /* IE7 */
    height: 70px;
    padding: 5px;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
}

.service-content {
    position: relative;
    width: 1200px;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
}

.service-list {
    width: 1230px;
    height: 200px;
}

.service-list li {
    float: left;
    width: 285px;
    height: 200px;
    margin-right: 20px;
    background: #f9f9f9;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.service-list li h4 a {
    color: #456888;
    font-size: 18px;
    /* font-weight: normal; */
}

.service-list li img {
    width: 96px;
    height: 96px;
    margin: 30px auto 20px;
}

.service-content .control-button {
    top: 50px;
}

.service-content .control-button .next {
    right: -1160px;
}

.service-content:hover .control-button .prev,
.service-content:hover .control-button .next {
    display: block;
}


/* 全国网信政务发布大厅 */
.gov-service .title, .gov-publish .title {
    height: 80px;
    background: #fff7f3;
    margin-bottom: unset;
    border-bottom: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.gov-service .title h4, .gov-publish .title h4 {
    width: 1200px;
    height: 80px;
    background-image: none;
    margin: 0;
    color: #d71619;
    line-height: 80px;
    /* text-align: center; */
}

.gov-service .title h4 i, .gov-publish .title h4 i {
    display: block;
    float: left;
    width: 50px;
    height: 70px;
    margin: 0 15px 0 470px;
    background: url(../images/icon.png) -647px -50px no-repeat;
    font-size: 0;
    text-indent: -999em;
}

.gov-publish .title h4 i {
    background-position-x: -585px;
}

.gov-service-content {
    box-sizing: border-box;
    width: 1200px;
    height: 300px;
    padding-top: 30px;
    background: url(../images/bg-gov-service.jpg) center bottom no-repeat;
    text-align: center;
}

.gov-service-content ul {
    position: relative;
    width: 1160px;
    margin: 0 auto;
    text-align: left;
}

.gov-service-content ul li {
    float: left;
    box-sizing: border-box;
    width: 290px;
    height: 60px;
    padding-left: 10px;
    margin: -0.5px;
    border: 1px solid #f1f1f1;
    transition: 0.5s;
}

.gov-service-content ul li:hover {
    background: #b6f3fe;
    /* background: rgba(255, 255, 255, .6); */
}

.gov-service-content ul li:hover a {
    color: #333;
}

.gov-service-content ul li:nth-of-type(4) {
    letter-spacing: -0.5px;
}

.gov-service-content ul li:nth-of-type(9) {
    position: absolute;
    top: 118px;
    left: 0;
    width: 290px;
}

.gov-service-content ul li:nth-of-type(9) h5 {
    width: 278px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gov-service-content ul li:nth-of-type(9):hover,
.gov-service-content ul li:nth-of-type(9):hover h5 {
    width: 580px;
}

.gov-service-content ul li:nth-of-type(10) {
    margin-left: 288px;
}

.gov-service-content ul li h5 {
    font-size: 16px;
    line-height: 60px;
    font-weight: normal;
}

.gov-service-content ul li h5 a img {
    /* float: left; */
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    vertical-align: middle;
}


/* 全国网信政务发布大厅 */
.service .gov-publish {
    margin-bottom: unset;
}

.relate {
    width: 1200px;
    margin-bottom: 20px;
    /* overflow: hidden; */
}

.relate ul {
    width: 1230px;
}

.relate ul li {
    float: left;
    width: 380px;
    margin-top: 20px;
    margin-right: 30px;
    background: #f9f9f9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.relate ul li img {
    width: 100%;
    margin: 0 auto;
}

.relate li.zz {
    position: relative;
}

#zz {
    display: none;
    position: absolute;
    top: -190px;
    right: 100px;
    width: 180px;
    height: 180px;
    background: #fff;
    border: 1px solid #dedede;
}

.relate li.zz:hover #zz {
    display: block;
}

#zz .share_triangle {
    width: 12px;
    height: 40px;
    position: absolute;
    left: 80px;
    top: 171px;
    z-index: 100;
}

#zz .con_triangle {
    margin: -30px 0 0 0;
}

#local {
    /* margin-top: 20px; */
    margin-bottom: unset;
}

#local .news-normal-title {
    margin-bottom: 20px;
}

.issue .title {
    height: 80px;
    background: #fff7f3;
    border-bottom: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.issue .title h3 {
    width: 1200px;
    height: 80px;
    background-image: none;
    /* text-align: center; */
}

.issue .title h3 a {
    margin: 0;
    color: #d71619;
    line-height: 80px;
}

.issue .title h3 a i {
    display: block;
    float: left;
    width: 50px;
    height: 70px;
    margin: 0 15px 0 470px;
    background: url(../images/icon.png) -710px -50px no-repeat;
    font-size: 0;
    text-indent: -999em;
}

.issue ul.local-web {
    width: 600px;
    height: 280px;
}

.issue .issue-content {
    height: 280px;
}

.issue ul.local-web li {
    float: left;
    width: 65px;
    height: 60px;
    margin: 0 10px 10px 0;
    background: #f9f9f9;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.issue ul.local-web li:hover {
    background: #d8ebfa;
}

.issue ul.local-web li a {
    color: #456888;
    line-height: 60px;
}

#local .right {
    width: 590px;
}

.issue ul.local-news {
    width: 590px;
}

.issue ul.local-news li {
    box-sizing: border-box;
    height: 54px;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}

.issue ul.local-news li h5 {
    float: left;
    width: 590px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.issue ul.local-news li h5 a {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 55px;
}

.issue ul.local-news li:hover h5,
.issue ul.local-news li:hover h5 a {
    color: #f30000;
}

.issue ul.local-news li .times {
    float: right;
    color: #b1b1b1;
    font-size: 14px;
    line-height: 55px;
}


/* 工作专题 */
.topic {
    height: 510px;
}

.topic-content {
    position: relative;
    width: 1200px;
    height: 160px;
    overflow: hidden;
}

.topic-content .control-button {
    top: 40px;
}

.topic-content .control-button .next {
    right: -1160px;
}

.topic-content:hover .control-button .prev,
.topic-content:hover .control-button .next {
    display: block;
}

.topic-box {
    width: 1220px;
    height: 160px;
    overflow: hidden;
}

.topic-box > li > a {
    display: none;
}

.topic-list {
    width: 1220px;
    height: 180px;
}

.topic-list li {
    position: relative;
    float: left;
    width: 285px;
    height: 160px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #d8ebfa;
}

.topic-list li a .scale-img {
    width: 285px;
    height: 160px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.topic-list li:hover a img {
    transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
}

.topic-list li a .mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 285px;
    height: 160px;
    background: rgba(226, 27, 21, 0.85);
    line-height: 160px;
    overflow: hidden;
}

.topic-list li:hover a .mask {
    display: block;
}

.topic-list li a .mask h4 {
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
    color: #fff;
    line-height: 30px;
    text-align: justify;
}

.topic-list .mask i.visible {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}

.topic-news-list {
    width: 1220px;
}

.topic-news-list li {
    float: left;
    width: 590px;
    height: 70px;
    padding-top: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.topic-news-list li h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.topic-news-list li h5 a {
    width: 590px;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
}

.topic-news-list li:hover h5,
.topic-news-list li:hover h5 a {
    color: #f30000;
}

.news-info .icon {
    width: 30px;
    height: 16px;
    padding: 0 5px;
    margin-right: 5px;
    background: #b1b1b1;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}














